projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93714f3
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Nov 1999 15:42:30 +0000
(15:42 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Nov 1999 15:42:30 +0000
(15:42 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index de7c95c30f87997f0b0162d3ed4a95e41b9bc532..0b4a95880e0c23ecc35fb40384384e6522832133 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+1999-11-01 Markus Rost <rost@ias.edu>
+
+ * dired-x.el (dired-smart-shell-command): Use
+ shell-command-history as in shell-command.
+
1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* userlock.el (ask-user-about-lock): Doc fix.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a2bb91ba84a1af18d83e26de8b74bcb8f693dea6..04eadd6e0b91e1223f2ef48ff52d9d56d84ae40e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
1999-11-01 Gerd Moellmann <gerd@gnu.org>
+ * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
+ (syms_of_display): Use the new name.
+
* textprop.c (verify_interval_modification): Signal text-read-only
instead of calling error.